documentation(1021957): Improve UG readability and restructure content as per Diataxis guidelines#2647
documentation(1021957): Improve UG readability and restructure content as per Diataxis guidelines#2647DinakarManickam4212 wants to merge 30 commits intodevelopmentfrom
Conversation
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…fusion-content/document-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
…ocument-processing-docs into EJ2-1013149-diataxiscontent
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| * Use the `updateCell` method with the comment model to add a comment to a specific cell. | ||
| * Bind comments via code-behind during initial load by associating the comment model with the cell model. | ||
|
|
||
| A **comment** can be added to a cell in different ways: |
There was a problem hiding this comment.
A comment can be added to a cell in the following ways:
|
|
||
| ## Author identity | ||
| The Syncfusion Spreadsheet does not automatically track user identity. To tag new comments and replies with an author name, set the `author` property when initializing the Spreadsheet. | ||
| The Syncfusion Spreadsheet does not automatically track author details. To assign an author name to new comments and replies, set the `author` property when initializing the Spreadsheet. |
There was a problem hiding this comment.
Provide API link for the author property
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| - [`enableFileMenuItems`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet#enablefilemenuitems) - Used to enable or disable file menu items. | ||
| - [`addFileMenuItems`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet#addfilemenuitems) - Used to add custom file menu items. | ||
|
|
||
| The following code example demonstrates how to customize the ribbon by hiding tabs, adding custom tabs, and managing toolbar visibility: |
There was a problem hiding this comment.
Remove the changes in Ribbon..
| **Server Side** | ||
| * The JSON workbook is sent to the server. | ||
| * The [`Syncfusion.EJ2.Spreadsheet.AspNet.Core`](https://www.nuget.org/packages/Syncfusion.EJ2.Spreadsheet.AspNet.Core) library, built on top of [`Syncfusion XlsIO`](https://help.syncfusion.com/document-processing/excel/excel-library/net/overview), converts the JSON into a fully formatted Excel file. | ||
| * The JSON is parsed and mapped to an **XlsIO Workbook instance**, preserving all features. |
There was a problem hiding this comment.
Modify this line by adding more info.
|
|
||
| To enable saving Excel files, set the [`allowSave`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#allowsave) property to **true** and specify the service URL using the [`saveUrl`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#saveurl) property. When a save action is triggered, the control sends the spreadsheet model to this endpoint, where it is processed and returned as a downloadable Excel file. | ||
| **Download** | ||
| * The server generates the final Excel file. |
There was a problem hiding this comment.
The server generates the finalalized and updated FileStream result.
| **Process the file on server side** | ||
| * The save service receives the JSON data. | ||
| * It passes the data to the workbook `Save` method. | ||
| * The service returns the result as a **base64 string**. |
There was a problem hiding this comment.
Check and modify the process explanation.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
No description provided.